nav {
  padding: 0.25vw 1.5vw 0.25vw 1.5vw;
}

#neumorphism {
  margin-top: 2vw;
  /* width: 80vw; */
  /* height: 40vw; */
  padding: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10vw;

  background-color: #181818;
}

#box {
  /* width: 64vw; */
  /* height: 24vw; */
  border-radius: 4vw;
  padding: 3vw;

  box-shadow: 1vw 1vw 2vw #0a0a0a, -1vw -1vw 2vw #262626;
  color: white;
}

#showcase > img {
  width: 80vw;
  border-radius: 4vw;
  margin-bottom: 1vw;
}

#showcase > p {
  margin-bottom: 1vw;
}

#showcase > hr {
  margin-bottom: 5vw;
}
